+2006-09-14 Øyvind Kolås <pippin@gimp.org>
+
+ * babl/babl-internal.c: (babl_process): added global babl_total_usecs,
+ not exported through headers, but useful to be able to substract the
+ babl conversion time from other algorithms using babl.
+
2006-09-12 Øyvind Kolås <pippin@gimp.org>
* autogen.sh: decreased required automake version to 1.7.9. (It
exit (-1);
}
+long babl_total_usecs = 0;
+
long
babl_process (Babl *babl,
void *source,
ticks -= babl_ticks();
ticks *= -1L;
+ babl_total_usecs += ticks;
babl->fish.usecs += ticks;
babl->fish.processings++;
babl->fish.pixels += ret;